home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / communic / email / PopTray320.exe / PopTray.exe / 0 / RCDATA / TFRAMEADVANCEDOPTIONS / TFRAMEADVANCEDOPTIONS.txt
Encoding:
Text File  |  2006-09-16  |  4.9 KB  |  199 lines

  1. object frameAdvancedOptions: TframeAdvancedOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 383
  5.   Height = 232
  6.   TabOrder = 0
  7.   object lblTimeOut: TLabel
  8.     Left = 28
  9.     Top = 6
  10.     Width = 100
  11.     Height = 13
  12.     Caption = 'Connection TimeOut:'
  13.   end
  14.   object lblSeconds: TLabel
  15.     Left = 176
  16.     Top = 6
  17.     Width = 40
  18.     Height = 13
  19.     Caption = 'seconds'
  20.   end
  21.   object lblGetBodyLines: TLabel
  22.     Left = 204
  23.     Top = 178
  24.     Width = 21
  25.     Height = 13
  26.     Caption = 'lines'
  27.   end
  28.   object lblGetBodySize: TLabel
  29.     Left = 224
  30.     Top = 154
  31.     Width = 14
  32.     Height = 13
  33.     Caption = 'KB'
  34.   end
  35.   object chkOnline: TCheckBox
  36.     Left = 8
  37.     Top = 98
  38.     Width = 117
  39.     Height = 17
  40.     Hint = 
  41.       'First check if you are on-line before checking for e-mail.'#13#10'Used' +
  42.       ' by dial-up users who don'#39't want the dial-up dialog '#13#10'to pop-up ' +
  43.       'when you are not connected.'#13#10'Makes checking a little bit slower.'
  44.     Caption = '&Check if On-Line'
  45.     TabOrder = 5
  46.     OnClick = OptionsChange
  47.     OnMouseDown = HelpMouseDown
  48.   end
  49.   object chkIgnoreRetrieveErrors: TCheckBox
  50.     Left = 8
  51.     Top = 63
  52.     Width = 141
  53.     Height = 17
  54.     Hint = 'Ignore errors that occurs while retrieving the header info.'
  55.     Caption = 'Ignore Retrie&ve Errors'
  56.     TabOrder = 3
  57.     OnClick = OptionsChange
  58.     OnMouseDown = HelpMouseDown
  59.   end
  60.   object chkCheckWhileMinimized: TCheckBox
  61.     Left = 8
  62.     Top = 81
  63.     Width = 181
  64.     Height = 17
  65.     Hint = 
  66.       'Do not run the AutoCheck timer event while viewing the PopTray W' +
  67.       'indow.'#13#10'This is useful to prevent an AutoCheck from happening'#13#10'w' +
  68.       'hile you are manually checking for mail.'
  69.     Caption = '&AutoCheck only while Minimized'
  70.     TabOrder = 4
  71.     OnClick = OptionsChange
  72.     OnMouseDown = HelpMouseDown
  73.   end
  74.   object edTimeOut: TEdit
  75.     Left = 132
  76.     Top = 2
  77.     Width = 41
  78.     Height = 21
  79.     Hint = 
  80.       'Number of seconds to wait during connection'#13#10'before giving an er' +
  81.       'ror.'
  82.     TabOrder = 0
  83.     OnChange = OptionsChange
  84.     OnMouseDown = HelpMouseDown
  85.   end
  86.   object chkQuickCheck: TCheckBox
  87.     Left = 8
  88.     Top = 28
  89.     Width = 161
  90.     Height = 17
  91.     Hint = 
  92.       'Use the POP3 UIDL command to quickly check if the mail on the se' +
  93.       'rver has changed.'
  94.     Caption = 'Enable &Quick Checking'
  95.     Checked = True
  96.     State = cbChecked
  97.     TabOrder = 1
  98.     OnClick = OptionsChange
  99.     OnMouseDown = HelpMouseDown
  100.   end
  101.   object chkRetrieveTop: TCheckBox
  102.     Left = 8
  103.     Top = 116
  104.     Width = 109
  105.     Height = 17
  106.     Hint = 
  107.       'When previewing a message, only load the'#13#10'specified number of li' +
  108.       'nes.'
  109.     Caption = '&Preview Top Lines'
  110.     TabOrder = 6
  111.     OnClick = OptionsChange
  112.     OnMouseDown = HelpMouseDown
  113.   end
  114.   object edTopLines: TEdit
  115.     Left = 120
  116.     Top = 113
  117.     Width = 33
  118.     Height = 21
  119.     Hint = 'Number of message lines to preview.'
  120.     TabOrder = 7
  121.     OnChange = OptionsChange
  122.     OnMouseDown = HelpMouseDown
  123.   end
  124.   object chkNoError: TCheckBox
  125.     Left = 8
  126.     Top = 45
  127.     Width = 153
  128.     Height = 17
  129.     Hint = 
  130.       'When a connect error occurs, PopTray will display an error messa' +
  131.       'ge.'#13#10'If this option is enabled, the error message will only be d' +
  132.       'isplayed in the status bar and Tray Hint.'
  133.     Caption = 'Ignore Connection &Errors'
  134.     TabOrder = 2
  135.     OnClick = OptionsChange
  136.     OnMouseDown = HelpMouseDown
  137.   end
  138.   object chkGetBody: TCheckBox
  139.     Left = 8
  140.     Top = 134
  141.     Width = 169
  142.     Height = 17
  143.     Hint = 
  144.       'While checking for new mail, also retrieve the message body.'#13#10'Th' +
  145.       'is will slow down checking, but if gives you the option to check' +
  146.       #13#10'the body contents in the rules.'
  147.     Caption = 'Retrieve &Body while Checking'
  148.     TabOrder = 8
  149.     OnClick = OptionsChange
  150.     OnMouseDown = HelpMouseDown
  151.   end
  152.   object edGetBodyLines: TEdit
  153.     Left = 168
  154.     Top = 174
  155.     Width = 33
  156.     Height = 21
  157.     Hint = 'Maximum number of lines to download.'
  158.     TabOrder = 12
  159.     OnChange = OptionsChange
  160.     OnMouseDown = HelpMouseDown
  161.   end
  162.   object chkGetBodySize: TCheckBox
  163.     Left = 24
  164.     Top = 152
  165.     Width = 165
  166.     Height = 17
  167.     Hint = 
  168.       'Retrieve complete message while checking,'#13#10'if message smaller th' +
  169.       'an specified size.'
  170.     Caption = 'Only download if size less than'
  171.     TabOrder = 9
  172.     OnClick = OptionsChange
  173.     OnMouseDown = HelpMouseDown
  174.   end
  175.   object edGetBodySize: TEdit
  176.     Left = 188
  177.     Top = 150
  178.     Width = 33
  179.     Height = 21
  180.     Hint = 
  181.       'Retrieve complete message while checking,'#13#10'if message smaller th' +
  182.       'an specified size.'
  183.     TabOrder = 10
  184.     OnChange = OptionsChange
  185.     OnMouseDown = HelpMouseDown
  186.   end
  187.   object chkGetBodyLines: TCheckBox
  188.     Left = 24
  189.     Top = 176
  190.     Width = 141
  191.     Height = 17
  192.     Hint = 'Maximum number of lines to download.'
  193.     Caption = 'Limit download to the first'
  194.     TabOrder = 11
  195.     OnClick = OptionsChange
  196.     OnMouseDown = HelpMouseDown
  197.   end
  198. end
  199.